cpp - определение. Что такое cpp
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое cpp - определение

WIKIMEDIA DISAMBIGUATION PAGE
Cpp; CPP (disambiguation); C.P.P.
Найдено результатов: 29
cpp         
CPP         
Collaboration Protocol Profiles (Reference: ebXML)
C.P.P.         
Controllable Pitch Propellers
Captive power plant         
ELECTRICITY GENERATION FACILITY USED AND MANAGED BY AN INDUSTRIAL OR COMMERCIAL ENERGY USER FOR THEIR OWN ENERGY CONSUMPTION
Autoproducers
A captive power plant, also called autoproducer or embedded generation, is an electricity generation facility used and managed by an industrial or commercial energy user for their own energy consumption. Captive power plants can operate off-grid or they can be connected to the electric grid to exchange excess generation.
Capital Purchase Program         
PREFERRED STOCK AND EQUITY WARRANT PURCHASE PROGRAM IN THE US
The Capital Purchase Program or CPP is a preferred stock and equity warrant purchase program conducted by the US Treasury Office of Financial Stability as part of Troubled Asset Relief Program (aka, TARP). According to the first congressionally mandated oversight report published by GAO,GA0 Report GAO-09-161 published 12/02/2008 "[TARP's] primary focus was expected to be the purchase of mortgage-backed securities (MBS) and whole loans...
Canada Pension Plan         
CONTRIBUTORY, EARNINGS-RELATED SOCIAL INSURANCE PROGRAM
Quebec Pension Plan; Canadian pension plan; Canada pension plan
The Canada Pension Plan (CPP; ) is a contributory, earnings-related social insurance program. It forms one of the two major components of Canada's public retirement income system, the other component being Old Age Security (OAS).
C++         
  • Bjarne Stroustrup, the creator of C++, in his AT&T New Jersey office, {{circa}} 2000
GENERAL-PURPOSE PROGRAMMING LANGUAGE
C plus plus programming language; C Plus Plus programming language; Cplusplus; ISO/IEC 14882; CPlusPlus; Object-oriented Abstract Type Hierarchy; C with classes; C-plus-plus programming language; C Plus Plus; C plus plus; C-plus-plus; Rick Mascitti; C++ (programming language); C++ programming language; ISO/IEC 14882:2003; C++ syntax; Cee plus plus; Cee Plus Plus; ++C; ISO 14882; Cxx; .cxx; ANSI C++; C++98; C+++; ISO C++ programming language; ISO C++; C with Classes; Sepples; C++ program; C++ standard; C++ language; X3J16; Standard C++ Foundation; ISO/IEC 14882:2014; ISO/IEC 14882:2015; C++ (Programming Language); Core language; Polymorphism in C++; Operator overloading in C++; History of C++; C++ code; Lambda expressions in C++; C++ 2.0; C++ 1.0; Exception handling in C++; Inheritance in C++; Static polymorphism in C++; C++ syntax and semantics
<language> One of the most used object-oriented languages, a superset of C developed primarily by Bjarne Stroustrup <bs@alice.att.com> at AT&T Bell Laboratories in 1986. In C++ a class is a user-defined type, syntactically a struct with member functions. Constructors and destructors are member functions called to create or destroy instances. A friend is a nonmember function that is allowed to access the private portion of a class. C++ allows implicit type conversion, function inlining, overloading of operators and function names, and {default function arguments}. It has streams for I/O and references. C++ 2.0 (May 1989) introduced multiple inheritance, type-safe linkage, pointers to members, and {abstract classes}. C++ 2.1 was introduced in ["Annotated C++ Reference Manual", B. Stroustrup et al, A-W 1990]. {MS-DOS (ftp://grape.ecs.clarkson.edu/pub/msdos/djgpp/djgpp.zip)}, {Unix ANSI C++ (ftp://gnu.org/pub/gnu/g++-1.39.0.tar.Z)} - X3J16 committee. (They're workin' on it). See also cfront, LEDA, uC++. Usenet newsgroup: news:comp.lang.c++. ["The C++ Programming Language", Bjarne Stroustrup, A-W, 1986]. (1996-06-06)
X3J16         
  • Bjarne Stroustrup, the creator of C++, in his AT&T New Jersey office, {{circa}} 2000
GENERAL-PURPOSE PROGRAMMING LANGUAGE
C plus plus programming language; C Plus Plus programming language; Cplusplus; ISO/IEC 14882; CPlusPlus; Object-oriented Abstract Type Hierarchy; C with classes; C-plus-plus programming language; C Plus Plus; C plus plus; C-plus-plus; Rick Mascitti; C++ (programming language); C++ programming language; ISO/IEC 14882:2003; C++ syntax; Cee plus plus; Cee Plus Plus; ++C; ISO 14882; Cxx; .cxx; ANSI C++; C++98; C+++; ISO C++ programming language; ISO C++; C with Classes; Sepples; C++ program; C++ standard; C++ language; X3J16; Standard C++ Foundation; ISO/IEC 14882:2014; ISO/IEC 14882:2015; C++ (Programming Language); Core language; Polymorphism in C++; Operator overloading in C++; History of C++; C++ code; Lambda expressions in C++; C++ 2.0; C++ 1.0; Exception handling in C++; Inheritance in C++; Static polymorphism in C++; C++ syntax and semantics
The C++ standard technical committee.
C with Classes         
  • Bjarne Stroustrup, the creator of C++, in his AT&T New Jersey office, {{circa}} 2000
GENERAL-PURPOSE PROGRAMMING LANGUAGE
C plus plus programming language; C Plus Plus programming language; Cplusplus; ISO/IEC 14882; CPlusPlus; Object-oriented Abstract Type Hierarchy; C with classes; C-plus-plus programming language; C Plus Plus; C plus plus; C-plus-plus; Rick Mascitti; C++ (programming language); C++ programming language; ISO/IEC 14882:2003; C++ syntax; Cee plus plus; Cee Plus Plus; ++C; ISO 14882; Cxx; .cxx; ANSI C++; C++98; C+++; ISO C++ programming language; ISO C++; C with Classes; Sepples; C++ program; C++ standard; C++ language; X3J16; Standard C++ Foundation; ISO/IEC 14882:2014; ISO/IEC 14882:2015; C++ (Programming Language); Core language; Polymorphism in C++; Operator overloading in C++; History of C++; C++ code; Lambda expressions in C++; C++ 2.0; C++ 1.0; Exception handling in C++; Inheritance in C++; Static polymorphism in C++; C++ syntax and semantics
Short-lived predecessor to C++. ["Classes: An Abstract Data Type Facility for the C Language", B. Stroustrup, CSTR-84 Bell Labs, Apr 1980]. Also in [SIGPLAN Notices (Jan 1982)].
C preprocessor         
MACRO PREPROCESSOR USED IN THE C, C++, AND OBJECTIVE-C PROGRAMMING LANGUAGES
C Preprocessor; C macro; Define directive; Stringification; Stringizing; Token pasting; Token concatenation; Conditional define
<tool, programming> (cpp) The standard Unix macro-expansion utility run as the first phase of the C compiler, cc. Cpp interprets lines beginning with "#" such as #define BUFFER_SIZE 256 as a textual assignment giving the symbol BUFFER_SIZE a value "256". Symbols defined with cpp are traditionally given upper case names to distinguish them from C identifiers. This symbol can be used later in the input, as in char input_buffer[BUFFER_SIZE]; This use of cpp to name constants, rather than writing these magic numbers inline, makes a program easier to read and maintain, especially if there is more than one occurrence of BUFFER_SIZE all of which must all have the same value. Cpp macros can have parameters: #define BIT(n) (1<<(n)) This can be used with any appropriate actual argument: msb = BIT(nbits-1); Note the parentheses around the "n" in the definition of BIT. Without these, operator precedence might mean that the expression substituted in place of n might not be interpreted correctly (though the example above would be OK). Cpp also supports conditional compilation with the use of #ifdef SYMBOL ... #else ... #endif and #if EXPR ... #else ... #endif constructs, where SYMBOL is a Cpp symbol which may or may not be defined and EXPR is an arithmetic expression involving only Cpp symbols, constants and C operators which Cpp can evaluate to a constant at compile time. Decus cpp is a free implementation for VMS. The most widely used C preprocessor today is the GNU CPP, distributed as part of GCC. (2001-12-31)

Википедия

CPP

CPP and cpp may refer to: